Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit.Media.Animation Namespace / IterativeEquation<T> Class / Evaluate Method


    Evaluate Method (IterativeEquation<T>)
    This method will invoke a delegate which in turn points to a method with the actual implementation of the equation.
    Syntax
    'Declaration
     
    Public Overridable Function Evaluate( _
       ByVal currentTime As TimeSpan, _
       ByVal from As T, _
       ByVal to As T, _
       ByVal duration As TimeSpan _
    ) As T
     
    'Usage
     
    Dim instance As IterativeEquation(Of T)
    Dim currentTime As TimeSpan
    Dim from As T
    Dim to As T
    Dim duration As TimeSpan
    Dim value As T
     
    value = instance.Evaluate(currentTime, from, to, duration)

    Parameters

    currentTime
    from
    to
    duration
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also